ThinkPHP5


think\debug\Html
library\think\debug\Html.php at line 24

Class Html

Html

public class Html

页面Trace调试


Constructor Summary
void

__construct(mixed config)

Method Summary
bool

output(Response response, array log)

调试输出接口

Constructor Detail

library\think\debug\Html.php at line 29

__construct

public void __construct(mixed config)

Method Detail

library\think\debug\Html.php at line 42

output

public bool output(Response response, array log)

调试输出接口

Parameters:
response - Response对象
log - 日志信息

ThinkPHP5